home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / sgml / sgml2latex-format.1.3.tar.Z / sgml2latex-format.1.3.tar / rep / qwertz / nroff / math < prev   
Text File  |  1993-03-12  |  4KB  |  115 lines

  1. <!--
  2.  
  3. Math symbols and Greek letters.  Sed script for groff Also adds the
  4. "delim $$" declaration to the top of the file. Thus it is now
  5. unnecessary to pipe the ms file through eqn (or geqn) unless the
  6. file file contain formulas.
  7.  
  8. 1i\
  9. .EQ\
  10. delim $$\
  11. .EN
  12. -->
  13.  
  14. <!entity circ sdata '{type "binary" \(ha}' >
  15. <!entity le sdata '{type "relation" \(<=}' >
  16. <!entity ge sdata '{type "relation" \(>=}' >
  17. <!entity congr sdata '{type "relation" \(=~}' >
  18. <!entity notin sdata '{type "relation" \(nm}' >
  19. <!entity nequiv sdata "\*[nequiv]" >
  20. <!entity divide sdata '{type "binary" \(di}' >
  21. <!entity cir sdata '{type "binary" \(ci}' >
  22. <!entity dot sdata '{type "binary" \(md}' >
  23. <!entity larr sdata '{type "relation" \(<-}' >
  24. <!entity rarr sdata '{type "relation" \(->}' >
  25. <!entity uarr sdata '{type "relation" \(ua}' >
  26. <!entity darr sdata '{type "relation" \(da}' >
  27. <!entity equiv sdata '{type "relation" \(==}' >
  28. <!entity ap sdata '{type "relation" \(~~}' >
  29. <!entity cap sdata '{type "binary" \(ca}' >
  30. <!entity cup sdata '{type "binary" \(cu}' >
  31. <!entity sub sdata '{type "relation" \(sb}' >
  32. <!entity sup sdata '{type "relation" \(sp}' >
  33. <!entity isin sdata '{type "relation" \(mo}' >
  34. <!entity sube sdata '{type "relation" \(ib}' >
  35. <!entity supe sdata '{type "relation" \(ip}' >
  36. <!entity not sdata "\(no" >
  37. <!entity infin sdata "\(if" >
  38. <!entity minus sdata "-" >
  39. <!entity ne sdata '{type "relation" \(!=}' >
  40. <!entity prop sdata "\(pt" >
  41. <!entity prime sdata "\(fm" >
  42. <!entity Prime sdata "\(sd" >
  43. <!entity empty sdata "\(es" >
  44. <!entity oplus sdata '{type "binary" \(c+}' >
  45. <!entity otimes sdata '{type "binary" \(c*}' >
  46. <!entity setmn sdata '{type "binary" \(rs}' >
  47. <!entity mid sdata '{type "binary" \(br}' >
  48. <!entity nsub sdata '\*[nsub]' >
  49. <!entity nsube sdata '\*[nsube]' >
  50. <!entity nsup sdata '\*[nsup]' >
  51. <!entity nsupe sdata '\*[nsupe]' >
  52. <!entity harr sdata '{type "relation" \(<>}' >
  53. <!entity and sdata '{type "relation" \(AN}' >
  54. <!entity or sdata '{type "relation" \(OR}' >
  55. <!entity bottom sdata "\(pp" >
  56. <!entity exist sdata "\(te" >
  57. <!entity forall sdata "\(fa" >
  58. <!entity hArr sdata '{type "relation" \(hA}' >
  59. <!entity lArr sdata '{type "relation" \(lA}' >
  60. <!entity rArr sdata '{type "relation" \(rA}' >
  61. <!entity vDash sdata '{type "relation" "\z\(br="}' >
  62. <!entity nvDash sdata '\*[nvDash]' >
  63. <!entity nvdash sdata '\*[nvdash]' >
  64. <!entity vdash sdata '{type "relation" "\z\(br\(en"}' >
  65. <!entity lang sdata '{type "opening" \(la}' >
  66. <!entity rang sdata '{type "closing" \(ra}' >
  67. <!entity uArr sdata '{type "relation" \(uA}' >
  68. <!entity dArr sdata '{type "relation" \(dA}' >
  69. <!entity square sdata "\(sq" >
  70. <!entity aleph sdata "\(Ah" >
  71. <!entity image sdata "\(Im" >
  72. <!entity real sdata "\(Re" >
  73. <!entity part sdata "\(pd" >
  74. <!entity nabla sdata "\(gr" >
  75. <!entity clubs sdata "\(CL" >
  76. <!entity hearts sdata "\(HE" >
  77. <!entity diams sdata "\(DI" >
  78. <!entity spades sdata "\(SP" >
  79. <!entity ang sdata " \(/_ " >
  80. <!entity alpha sdata " alpha " >
  81. <!entity beta sdata " beta " >
  82. <!entity gamma sdata " gamma " >
  83. <!entity Gamma sdata " GAMMA " >
  84. <!entity delta sdata " delta " >
  85. <!entity Delta sdata " DELTA " >
  86. <!entity epsi sdata " epsilon " >
  87. <!entity zeta sdata " zeta " >
  88. <!entity eta sdata " eta " >
  89. <!entity thetas sdata " theta " >
  90. <!entity Theta sdata " THETA " >
  91. <!entity iota sdata " iota " >
  92. <!entity kappa sdata " kappa " >
  93. <!entity lambda sdata " lambda " >
  94. <!entity mu sdata "\(*m" >
  95. <!entity nu sdata " nu " >
  96. <!entity xi sdata " xi " >
  97. <!entity Xi sdata " XI " >
  98. <!entity pi sdata " pi " >
  99. <!entity Pi sdata " PI " >
  100. <!entity rho sdata " rho " >
  101. <!entity sigma sdata " sigma " >
  102. <!entity sigmav sdata "\(ts" >
  103. <!entity Sigma sdata " SIGMA " >
  104. <!entity tau sdata " tau " >
  105. <!entity upsi sdata " upsilon " >
  106. <!entity Upsi sdata " UPSILON " >
  107. <!entity phis sdata " phi " >
  108. <!entity Phi sdata " PHI " >
  109. <!entity chi sdata " chi " >
  110. <!entity psi sdata " psi " >
  111. <!entity Psi sdata " PSI " >
  112. <!entity omega sdata " omega " >
  113. <!entity Omega sdata " OMEGA " >
  114.  
  115.